/* =========================================================
   RANGINE - TAMDID LANDING PAGE (MATCHING DESIGN)
   ========================================================= */

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7f9fc; color: #333; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header { background: #fff; border-bottom: 3px solid #e52d5c; padding: 15px 0; box-shadow: 0 2px 12px rgba(0,0,0,.045); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; padding: 0 15px; flex-direction: row-reverse; }
.site-logo img { max-height: 60px; width: auto; }
.site-branding { text-align: right; }
.site-title { font-size: 1.6rem; font-weight: 700; margin: 0; }
.site-title a { color: #1a1a2e; text-decoration: none; }
.site-slogan { font-size: .9rem; color: #777; margin-top: 2px; }


/* ---------- tabs ---------- */
.tabs-wrapper {
    margin-bottom: 25px;
}

.tabs-primary {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #e9ecef;
}

.tabs-primary li {
    margin: 0;
}

.tabs-primary a {
    display: inline-block;
    padding: 10px 20px;
    background: #f1f3f5;
    color: #555;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s;
    font-weight: 500;
}

.tabs-primary a:hover,
.tabs-primary .active a {
    background: #e63946;
    color: #fff;
}

.tabs-secondary {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs-secondary a {
    display: inline-block;
    padding: 6px 14px;
    background: #f8f9fa;
    color: #555;
    text-decoration: none;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: all 0.2s;
}

.tabs-secondary a:hover {
    background: #e9ecef;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */
#main-content { width: 100%; padding: 30px 15px 60px; }
#main-content > .container { max-width: 920px; margin: 0 auto; }
.content-wrapper, .main-layout, .main-column { width: 100%; display: block; }

/* =========================================================
   HERO SECTION (با استفاده از top-banner.png)
   ========================================================= */
.tamdid-hero {
    position: relative;
    width: 100%;
    margin: 0 0 25px;
    padding: 40px 30px;
    border-radius: 24px;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 5px 4px rgb(229 45 92 / 45%);

    /* --- گرادیان با سه نقطه رنگی --- */
    background: 
        /* لایه دوم: تصویر بنر (منتقل شده به راست) */
        url('/sites/default/themes/rangine/images/tamdid/top-banner.png') no-repeat 90% center,

        /* لایه اول: گرادیان رنگ‌های شما */
        radial-gradient(
            ellipse at 0% 0%,      /* مرکز گرادیان در گوشه چپ بالا */
            #FEEDEE 0%,            /* رنگ گوشه چپ بالا */
            #FEFEFE 40%,           /* رنگ وسط کادر (سفید) */
            #FEF2F3 100%           /* رنگ گوشه راست پایین */
        );
        
    /* ترکیب لایه گرادیان و تصویر */
    background-blend-mode: normal, normal;
    
    /* سایز و موقعیت تصویر */
    background-size: auto, cover;
}

.tamdid-hero-content {
    max-width: 55%;
    text-align: center;
    position: relative;
    z-index: 2;
    right: 45%;
    background: #ffffff3b;
    padding: 15px;
    border-radius: 37px;
}

.tamdid-hero-content .line1 {color: #020101;font-size: 21px;font-weight: 500;padding: 10px;}
.tamdid-hero-content .line2 {color: #EE2347;font-size: 28px;font-weight: 500;padding: 10px;}
.tamdid-hero-content .line3, .tamdid-hero-content .line4, .tamdid-hero-content .line5 {color: #3B3231;font-size: 21px;font-weight: 500;padding: 10px;}
.tamdid-hero-content .line4 {color: #E00B36; /* رنگ طلایی متن "رایگان و به مدت یک سال" */font-size: 34px;}
.tamdid-hero-content .line6 {color: #2C2B2A;font-size: 16px;margin-top: 15px;line-height: 1.8;}

.tamdid-hero-actions {display: flex;flex-direction: column;align-items: center;padding: 10px;}

.tamdid-primary-button {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 30px; background: linear-gradient(135deg, #d92b56 0%, #e52d5c 100%);
    color: #fff !important; border-radius: 50px; text-decoration: none !important;
    font-weight: 900; font-size: 15px; box-shadow: 0 8px 20px rgba(229,45,92,.3);
    transition: transform .2s, box-shadow .2s; border: none; cursor: pointer;
}
.tamdid-primary-button:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(229,45,92,.4); color: #fff !important; }
.tamdid-primary-button button { background: transparent; border: none; color: inherit; font: inherit; cursor: pointer; }
.tamdid-hero-actions .line7 {color: #787170;font-size: 12px;margin-top: 5px;}

/* =========================================================
   PROMO BOXES (با استفاده از آیکون‌های گالری)
   ========================================================= */
.promo-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 0 0 25px;
}

.promo-box {
    background: #fff;
    border-radius: 18px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%);
    border: 1px solid #b2b2ec;
    transition: transform .2s;
}
.promo-box:hover { transform: translateY(-5px); }

.promo-icon { width: 50px; height: 50px; min-width: 50px; background-size: contain; background-repeat: no-repeat; background-position: center; }
/* مسیرهای آیکون‌ها بر اساس تصویر گالری شما */
.promo-deadline .promo-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-clock.png'); }
.promo-gift1 .promo-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-gift.png'); }
.promo-gift .promo-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-tag.png'); }

.promo-content h3 { margin: 0 0 5px; color: #292b3b; font-size: 16px; font-weight: 800; }
.promo-content p { margin: 0; color: #777986; font-size: 13px; font-weight: 600; }
.promo-content strong { color: #e52d5c; font-size: 15px; }
.promo-deadline .promo-content strong { font-size: 15px; color: #e52d5c; }

/* =========================================================
   DESCRIPTION (نوار امنیتی و توضیحات)
   ========================================================= */
.tarh-desc {
    background: #fdf8f0; border: 1px solid #fce4d9; border-radius: 14px; padding: 15px 20px; text-align: center;
    color: #555; font-size: 14px; margin-bottom: 30px; display: flex; justify-content: center; align-items: center;
    gap: 5px; flex-wrap: wrap; position: relative;
}
.tarh-desc p { margin: 0; }
.tarh-desc p:first-child { color: #111; font-weight: 700; }
/* آیکون امنیت (قفل) در سمت راست نوار */
.tarh-desc::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/sites/default/themes/rangine/images/tamdid/icon-secure.png') no-repeat center;
    background-size: contain;
}

/* =========================================================
   BENEFITS (4 ستونه با آیکون‌های گالری)
   ========================================================= */
.tamdid-benefits {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px;
}

.tamdid-benefit {
    background: #fff;
    border-radius: 16px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / 16%);
    transition: transform .2s;
}
.tamdid-benefit:hover { transform: translateY(-4px); }

.tamdid-benefit-icon { width: 50px; height: 50px; margin: 0 auto 12px; background-size: contain; background-repeat: no-repeat; background-position: center; }

.box4 .tamdid-benefit-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-electricity.png'); }
.box3 .tamdid-benefit-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-phone.png'); }
.box2 .tamdid-benefit-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-missle.png'); }
.box1 .tamdid-benefit-icon { background-image: url('/sites/default/themes/rangine/images/tamdid/icon-support.png'); }

.tamdid-benefit strong { display: block; color: #292b3b; font-size: 14px; font-weight: 800; margin-bottom: 5px; }
.tamdid-benefit span { display: block; color: #777986; font-size: 12px; line-height: 1.6; }

/* =========================================================
   VIDEOS
   ========================================================= */
.tamdid-videos {padding: 40px 0 50px;background: #e2dffb;border-top: 1px solid #eee;}
.tamdid-videos-inner { max-width: 920px; margin: 0 auto; padding: 0 15px; }
.tamdid-videos-title { text-align: center; font-size: 24px; font-weight: 800; color: #1a1a2e; margin-bottom: 10px; }
.tamdid-videos-subtitle { text-align: center; color: #777; font-size: 14px; margin-bottom: 30px; }
.tamdid-videos-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.tamdid-video-box { background: #fff; border-radius: 18px; padding: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); }
.tamdid-video-box > div { border-radius: 12px; overflow: hidden; aspect-ratio: 16/9; }

/* =========================================================
   FEATURES SECTION - امکانات حرفه‌ای رنگینه
   ========================================================= */
.tamdid-features {
    padding: 50px 0 60px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f5;
}

.tamdid-features .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px;
}

.tamdid-features-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.tamdid-features-subtitle {
    text-align: center;
    color: #777;
    font-size: 15px;
    margin-bottom: 35px;
}

.tamdid-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #fafafc;
    border: 1px solid #e8e8f0;
    border-radius: 14px;
    text-decoration: none !important;
    color: #1a1a2e !important;
    transition: all 0.25s ease;
    cursor: pointer;
}

.feature-item:hover {
    background: #ffffff;
    border-color: #e52d5c;
    box-shadow: 0 6px 20px rgba(229, 45, 92, 0.10);
    transform: translateY(-3px);
}

.feature-item .feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: rgba(229, 45, 92, 0.06);
}

.feature-item .feature-icon svg {
    width: 36px;
    height: 36px;
}

.feature-item .feature-icon svg path:first-child,
.feature-item .feature-icon svg path:not([fill-opacity]) {
    fill: #e52d5c;
}

.feature-item .feature-icon svg path[fill-opacity] {
    fill: #e52d5c;
    fill-opacity: 0.12;
}

.feature-content {
    flex: 1;
    min-width: 0;
}

.feature-content h5 {
    margin: 0 0 4px 0;
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
}

.feature-content p {
    margin: 0;
    font-size: 13px;
    color: #777986;
    line-height: 1.4;
}

/* =========================================================
   WEBFORM & STYLING (دقیقاً مطابق با گرید تصویر)
   ========================================================= */
   .article {
    font-size: 16px;
    line-height: 20px;
}
#webform-client-form-1386 { margin: 30px auto 0; }

/* تنظیم گرید برای فرم */
#webform-client-form-1386 > div {

}
#webform-component-desc, #edit-actions { grid-column: 1 / -1; } /* این بخش‌ها تمام عرض را بگیرند */

#webform-client-form-1386 .webform-component {margin: 0;}

#webform-client-form-1386 .form-item > label {
    display: block; font-weight: 800; color: #292b3b; font-size: 14px; margin-bottom: 8px;
}
#webform-client-form-1386 .form-required { color: #e52d5c; }

#webform-client-form-1386 input.form-text, #webform-client-form-1386 textarea.form-textarea {
    display: block; width: 100%; padding: 14px 16px; border: 1px solid #dedfe7; border-radius: 12px;
    background: #fbfbfd; font-size: 14px; transition: all .2s; box-shadow: inset 0 1px 3px rgba(0,0,0,0.02);
}
#webform-client-form-1386 input.form-text:focus, #webform-client-form-1386 textarea.form-textarea:focus {
    border-color: #e52d5c; box-shadow: 0 0 0 4px rgba(229,45,92,.1); outline: none;
}

/* تنظیم چک‌باکس‌ها به صورت دو ستونه */
#webform-component-reasen .form-checkboxes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
#webform-component-reasen .form-checkboxes label.option {
    display: flex; align-items: center; padding: 12px 15px; border: 1px solid #e5e5ec; border-radius: 12px;
    background: #fbfbfd; cursor: pointer; font-weight: 600; font-size: 13px; transition: border-color .2s, background .2s;
}
#webform-component-reasen .form-checkboxes label.option:hover { background: #fff; border-color: #e52d5c; }
#webform-component-reasen input[type="checkbox"] {appearance: none;width: 18px;height: 18px;border: 2px solid #ccc;border-radius: 4px;margin-left: 12px;transition: all .2s;}
#webform-component-reasen input[type="checkbox"]:checked { background: #e52d5c; border-color: #e52d5c; position: relative; }
#webform-component-reasen input[type="checkbox"]:checked::after { content: "✓"; color: #fff; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; }

/* دکمه ارسال */
#edit-actions { display: block !important; text-align: center; margin-top: 15px; }
#edit-submit {
    display: inline-flex; align-items: center; justify-content: center; width: 100%; max-width: 350px;
    padding: 16px 25px; background: #e52d5c; color: #fff; font-weight: 900; font-size: 16px; border: none;
    border-radius: 12px; cursor: pointer; box-shadow: 0 8px 20px rgba(229,45,92,.25); transition: all .2s;
}
#edit-submit:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(229,45,92,.35); background: #d12250; }
#edit-submit::before { content: "➜"; margin-left: 10px; font-size: 18px; }

.tamdid-form-note { text-align: center; margin-top: 20px; color: #777; font-size: 13px; display: flex; justify-content: center; align-items: center; gap: 5px; }
fieldset#webform-component-panel-data {
    display: flex;
    gap: 14px;
    text-align: center;
}
h2.postheader {
    text-align: center;
    padding-top: 50px;
}
/* =========================================================
   WORKFLOW (با استفاده از فایل‌های flow و button-arrow)
   ========================================================= */
.workflow {padding: 50px 0;background: #feffdb;border-top: 2px solid #ff9a05;}
.workflow h2 { text-align: center; font-size: 24px; font-weight: 800; color: #1a1a2e; margin-bottom: 40px; }

.flow-wrapper {display: flex;justify-content: center;align-items: center;gap: 0;max-width: 920px;margin: 0 auto;padding: 0 15px;}
.flow1, .flow2, .flow3, .flow4 {flex: 1;display: flex;flex-direction: column;align-items: center;text-align: center;position: relative;background: #f9f9f9;border: 1px dashed #dcb100;border-radius: 20px;}

.flow-wrapper .icon { width: 55px; height: 55px; background-size: contain; background-repeat: no-repeat; background-position: center; margin-bottom: 10px; }
.flow1 .icon { background-image: url('/sites/default/themes/rangine/images/tamdid/flow1.png'); }
.flow2 .icon { background-image: url('/sites/default/themes/rangine/images/tamdid/flow2.png'); }
.flow3 .icon { background-image: url('/sites/default/themes/rangine/images/tamdid/flow3.png'); }
.flow4 .icon { background-image: url('/sites/default/themes/rangine/images/tamdid/flow4.png'); }

.flow-wrapper .number {
    position: absolute; top: -15px; right: 10px; background: #e52d5c; color: #fff; width: 24px; height: 24px;
    border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
}
.flow-wrapper strong { display: block; font-size: 15px; color: #1a1a2e; margin-bottom: 5px; }
.flow-wrapper p {font-size: 12px;color: #777;line-height: 1.6;margin: 0;max-width: 160px;}

.flow-wrapper .arrow {
    width: 40px;
    height: 20px;
    background-image: url('/sites/default/themes/rangine/images/tamdid/button-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: #121326; padding: 50px 0 20px; color: #aeb0c0; border-top: 3px solid #e52d5c; }
.site-footer .container { max-width: 1100px; margin: 0 auto; padding: 0 15px; }
.footer-widgets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-widget .widgettitle { color: #fff; font-size: 16px; font-weight: 800; margin-bottom: 15px; }
.footer-widget a { color: #aeb0c0; text-decoration: none; display: block; margin-bottom: 8px; font-size: 13px; transition: color .2s; }
.footer-widget a:hover { color: #e52d5c; }

.site-copyright { background: #0a0b18; text-align: center; color: #555; font-size: 12px; padding: 15px 0; border-top: 1px solid #222; }

/* =========================================================
   RESPONSIVE (موبایل و تبلت)
   ========================================================= */


@media (max-width: 700px) {
    .site-header .container { flex-direction: column; text-align: center; gap: 10px; }
    .tamdid-hero {min-height: 280px;justify-content: center;}
    .tamdid-hero-content {max-width: 100%;text-align: center;right: auto;background: #ffffffe8;}
    .tamdid-hero-content .line1, .tamdid-hero-content .line2 { font-size: 16px; }
    .tamdid-hero-content .line3, .tamdid-hero-content .line4, .tamdid-hero-content .line5 { font-size: 20px; }
    .tamdid-hero-actions { align-items: center; }
    
    .promo-boxes { grid-template-columns: 1fr; }
    .tamdid-benefits { grid-template-columns: 1fr 1fr; }
    .tamdid-videos-list { grid-template-columns: 1fr; }
    
    /* تغییر گرید فرم در موبایل به تک ستون */
    #webform-client-form-1386 > div { grid-template-columns: 1fr; }
    #webform-component-reasen .form-checkboxes { grid-template-columns: 1fr; }
    
    .footer-widgets { grid-template-columns: 1fr; text-align: center; }
    
    .flow-wrapper .arrow {transform: none;}
    .flow-wrapper {gap: 28px;display: flex;flex-direction: column;}
    .flow1, .flow2, .flow3, .flow4 {}
    .flow-wrapper .number { right: 50%; transform: translateX(50%); }
    fieldset#webform-component-panel-data {
        display: flex;
        flex-direction: column;
    }
    .form-checkboxes .form-item, .form-radios .form-item {
    margin: 0;
}

    /* =========================================================
       RESPONSIVE - FEATURES SECTION
       ========================================================= */
    .tamdid-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .feature-item {
        padding: 14px 14px;
        gap: 12px;
    }

    .feature-item .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-item .feature-icon svg {
        width: 30px;
        height: 30px;
    }

    .feature-content h5 {
        font-size: 14px;
    }

    .feature-content p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .tamdid-benefits { grid-template-columns: 1fr; }
    .flow1, .flow2, .flow3, .flow4 { flex: 0 0 100%; }

    /* =========================================================
       RESPONSIVE - FEATURES SECTION (موبایل کوچک)
       ========================================================= */
    .tamdid-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .tamdid-features-title {
        font-size: 20px;
    }

    .tamdid-features-subtitle {
        font-size: 13px;
    }

    .feature-item {
        padding: 14px 16px;
    }

    .feature-item .feature-icon {
        width: 44px;
        height: 44px;
    }

    .feature-item .feature-icon svg {
        width: 32px;
        height: 32px;
    }
}

/* =========================================================
   NODE CONTENT - بخش اصلی فرم با زمینه سفید
   ========================================================= */
.node-content {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px 25px;
    margin: 30px 0 20px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.07);
    border: 1px solid #eef0f5;
    position: relative;
    transition: box-shadow 0.3s ease;
}

/* افکت سایه هنگام هاور برای جلب توجه بیشتر */
.node-content:hover {
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.10);
}

/* خط تزئینی بالای بخش (نشان‌دهنده شروع بخش اصلی) */
.node-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, #e52d5c, #ff6b8a, #e52d5c);
    border-radius: 20px 20px 0 0;
}

/* عنوان داخل node-content */
.node-content h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f5;
}

/* تنظیمات فرم داخل node-content */
.node-content .webform-client-form {
    max-width: 100%;
}

/* استایل برای بخش‌های فرم داخل node-content */
.node-content .webform-component {
    margin-bottom: 18px;
}

.node-content .webform-component label {
    font-weight: 700;
    color: #292b3b;
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.node-content .webform-component .form-required {
    color: #e52d5c;
}

.node-content input.form-text,
.node-content textarea.form-textarea,
.node-content select.form-select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e8eaf0;
    border-radius: 12px;
    background: #fafbfc;
    font-size: 14px;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.node-content input.form-text:focus,
.node-content textarea.form-textarea:focus,
.node-content select.form-select:focus {
    border-color: #e52d5c;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(229, 45, 92, 0.08);
    outline: none;
}

/* دکمه ارسال در node-content */
.node-content #edit-submit {
    width: 100%;
    max-width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #d92b56, #e52d5c);
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(229, 45, 92, 0.25);
}

.node-content #edit-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(229, 45, 92, 0.35);
    background: linear-gradient(135deg, #c01f48, #d12250);
}

/* =========================================================
   RESPONSIVE - NODE CONTENT
   ========================================================= */
@media (max-width: 700px) {
    .node-content {
        padding: 25px 16px 20px;
        margin: 20px 0 15px;
        border-radius: 16px;
    }
    
    .node-content h2 {
        font-size: 19px;
        margin-bottom: 16px;
        padding-bottom: 12px;
    }
    
    .node-content input.form-text,
    .node-content textarea.form-textarea,
    .node-content select.form-select {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    .node-content #edit-submit {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .node-content {
        padding: 20px 12px 16px;
        border-radius: 14px;
    }
    
    .node-content h2 {
        font-size: 17px;
    }
}