/*
 Theme Name:   TRYAWS Hosting Astra Child (FGS-style)
 Theme URI:    https://tryaws.com
 Description:  Astra child theme for TRYAWS.com with bold, editorial styling inspired by FitGirlSecrets.com and Elementor-friendly utility classes.
 Author:       TRYAWS
 Author URI:   https://tryaws.com
 Template:     astra
 Version:      1.1.0
 Text Domain:  tryaws-astra-child
*/

/* Base typography & layout */
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    background-color: #f9fafb;
}

.site {
    background-color: #f9fafb;
}

/* Headings – big, punchy, slightly tighter line height */
h1, h2, h3, h4 {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #020617;
}

h1 {
    font-size: clamp(2.6rem, 4vw, 3.4rem);
    line-height: 1.05;
}

h2 {
    font-size: clamp(2rem, 3vw, 2.5rem);
    line-height: 1.1;
}

/* Links – bold brand color */
a {
    color: #ec4899; /* FGS-style pink accent */
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

a:hover,
a:focus {
    color: #f97316;
    text-decoration: none;
}

/* Header bar – dark with clean nav */
.ast-primary-header-bar,
.ast-header-break-point .ast-mobile-header-wrap {
    background-color: #020617;
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.ast-primary-header-bar .ast-site-identity .site-title a,
.ast-primary-header-bar .main-header-menu > .menu-item > a,
.ast-primary-header-bar .ast-header-custom-item,
.ast-primary-header-bar .ast-site-identity .site-description {
    color: #e5e7eb;
    font-weight: 600;
}

.ast-primary-header-bar .main-header-menu > .menu-item > a:hover,
.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > a {
    color: #ec4899;
}

/* Primary CTA button in header (if you add one via Astra) */
.tryaws-nav-cta a {
    background-color: #ec4899;
    color: #f9fafb !important;
    border-radius: 9999px;
    padding: 0.45rem 1.05rem;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.tryaws-nav-cta a:hover {
    background-color: #f97316;
}

/* HERO SECTION – Elementor-friendly wrapper */
.tryaws-hero {
    padding: 6rem 1.5rem 4rem;
    background: radial-gradient(circle at top left, #1e293b, #020617);
    color: #f9fafb;
}

.tryaws-hero-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1.4fr);
    gap: 3rem;
    align-items: center;
}

@media (max-width: 768px) {
    .tryaws-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

.tryaws-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background-color: rgba(248, 250, 252, 0.08);
    color: #fbbf24;
    margin-bottom: 1rem;
}

.tryaws-hero-badge span.dot {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: #22c55e;
}

.tryaws-hero h1 {
    margin-bottom: 0.75rem;
}

.tryaws-hero-tagline {
    font-size: 1.05rem;
    max-width: 34rem;
    margin-bottom: 1.5rem;
    color: #e5e7eb;
}

.tryaws-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    opacity: 0.85;
    margin-bottom: 1.5rem;
}

.tryaws-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.tryaws-hero-meta span small {
    font-size: 0.75rem;
}

.tryaws-hero-figure {
    position: relative;
}

.tryaws-hero-glass {
    position: relative;
    border-radius: 1.75rem;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(15,23,42,0.9), rgba(15,23,42,0.6));
    border: 1px solid rgba(148, 163, 184, 0.6);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.9);
}

.tryaws-hero-glass h3 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    color: #f97316;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.tryaws-hero-glass ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tryaws-hero-glass li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    padding: 0.3rem 0;
}

.tryaws-hero-glass li span.bullet {
    width: 18px;
    height: 18px;
    border-radius: 9999px;
    background-color: #ec4899;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: #020617;
}

/* HERO buttons – Elementor buttons can just use these classes */
.tryaws-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tryaws-btn-primary,
.tryaws-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    border: 0;
    cursor: pointer;
}

.tryaws-btn-primary {
    background: linear-gradient(135deg, #ec4899, #f97316);
    color: #f9fafb;
    box-shadow: 0 15px 35px rgba(248, 113, 113, 0.35);
}

.tryaws-btn-primary:hover {
    filter: brightness(1.05);
}

.tryaws-btn-secondary {
    background-color: transparent;
    color: #f9fafb;
    border: 1px solid rgba(248, 250, 252, 0.3);
}

.tryaws-btn-secondary:hover {
    background-color: rgba(15, 23, 42, 0.75);
}

/* SECTION WRAPPERS – use as Section classes in Elementor */
.tryaws-section {
    padding: 4rem 1.5rem;
}

.tryaws-section-narrow {
    padding: 3rem 1.5rem;
}

.tryaws-section-inner {
    max-width: 1120px;
    margin: 0 auto;
}

/* Feature / plan cards – Elementor columns can use .tryaws-card */
.tryaws-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.75rem;
}

.tryaws-card {
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.75rem 1.75rem 1.9rem;
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.tryaws-card h3 {
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-size: 1.1rem;
}

.tryaws-card p {
    margin-top: 0.2rem;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: #4b5563;
}

.tryaws-card-price {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    margin-bottom: 0.25rem;
}

.tryaws-card-price span {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #6b7280;
}

.tryaws-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.1rem;
    font-size: 0.9rem;
}

.tryaws-card ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.tryaws-card ul li:before {
    content: "✓";
    color: #16a34a;
    font-weight: 700;
    margin-top: 0.1rem;
}

/* Badge above card titles */
.tryaws-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background-color: #fce7f3;
    color: #be185d;
    margin-bottom: 0.55rem;
}

/* “Best value” ribbon style card */
.tryaws-card.featured {
    border-width: 2px;
    border-color: #ec4899;
    position: relative;
    transform: translateY(-4px);
}

.tryaws-card.featured::after {
    content: "Best value";
    position: absolute;
    top: -0.9rem;
    right: 1.5rem;
    padding: 0.2rem 0.7rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    border-radius: 9999px;
    background-color: #ec4899;
    color: #f9fafb;
}

/* Logo strip / trust bar */
.tryaws-trustbar {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    align-items: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #6b7280;
}

/* Footer */
.site-footer,
.site-primary-footer-wrap {
    background-color: #020617;
    color: #e5e7eb;
}

.site-footer a,
.site-primary-footer-wrap a {
    color: #ec4899;
}

.site-footer a:hover,
.site-primary-footer-wrap a:hover {
    color: #f97316;
}

/* Utility spacing (for Elementor sections/columns) */
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-4 { margin-top: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.mt-8 { margin-top: 2rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-12 { margin-top: 3rem; }
.mb-12 { margin-bottom: 3rem; }
