/* GlobalVRF commercial procurement, trade and form refinements */

/* Professional international telephone field */
.international-phone-control {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 52px;
    overflow: hidden;
    border: 1px solid #d9e5ee;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(7, 40, 70, .025);
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.international-phone-control:focus-within {
    border-color: #1685bb;
    box-shadow: 0 0 0 4px rgba(14, 132, 185, .11), 0 8px 22px rgba(11, 42, 74, .06);
}
.international-phone-control .international-phone-icon {
    position: static !important;
    inset: auto !important;
    z-index: auto;
    display: grid;
    place-items: center;
    width: auto !important;
    min-width: 54px;
    height: 100%;
    border: 0 !important;
    border-inline-end: 1px solid #d9e5ee !important;
    border-radius: 0 !important;
    background: linear-gradient(145deg, #eef8fd, #e5f2f9) !important;
    color: #0876ae;
    font-size: .94rem;
    pointer-events: none;
}
.form-group .international-phone-control input {
    min-width: 0;
    min-height: 50px;
    margin: 0;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    direction: ltr;
    text-align: left;
    font-variant-numeric: tabular-nums;
    letter-spacing: .01em;
}
.international-phone-hint {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 8px;
    padding-inline: 2px;
    color: #64778a;
    font-size: .74rem;
    line-height: 1.45;
}
.international-phone-hint i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #1888ba;
    font-size: .7rem;
}
.contact-page .whatsapp-float { display: none; }
html[dir="rtl"] .international-phone-control { grid-template-columns: minmax(0, 1fr) 54px; }
html[dir="rtl"] .international-phone-control .international-phone-icon {
    grid-column: 2;
    grid-row: 1;
    border-inline-start: 1px solid #d9e5ee !important;
    border-inline-end: 0 !important;
}
html[dir="rtl"] .international-phone-control input { grid-column: 1; grid-row: 1; }

/* Commercial blog hub and article conversion path */
.commercial-guides {
    margin-bottom: 52px;
    padding: 36px;
    border: 1px solid #d9e7f0;
    border-radius: 22px;
    background: linear-gradient(145deg, #f7fbfe, #edf6fb);
}
.commercial-guides .section-label { color: #0b6fa5; }
.commercial-guides-trade-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 11px 15px;
    border: 1px solid #c8deeb;
    border-radius: 10px;
    background: #fff;
    color: #0a679a;
    font-size: .82rem;
    font-weight: 750;
    text-decoration: none;
}
.commercial-guide-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.commercial-guide-card { min-height: 360px; }
.commercial-article-path {
    margin: 42px 0 14px;
    padding: 30px;
    border: 1px solid #c9e2ef;
    border-radius: 18px;
    background: linear-gradient(145deg, #edf8fd, #f9fcfe);
}
.commercial-article-path > span {
    display: block;
    margin-bottom: 7px;
    color: #0876ae;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.commercial-article-path h2 { margin: 0 0 20px !important; color: #102f4a; font-size: 1.35rem !important; }
.commercial-article-path > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.commercial-article-path a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 11px 13px;
    border: 1px solid #d5e5ee;
    border-radius: 11px;
    background: #fff;
    color: #193d59;
    text-decoration: none;
}
.commercial-article-path a:hover { border-color: #7fc5e5; box-shadow: 0 8px 20px rgba(11, 42, 74, .06); }
.commercial-article-path a > i:first-child { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; background: #e8f6fc; color: #0b7daf; }
.commercial-article-path a > i:last-child { color: #75a8c1; font-size: .72rem; }
.commercial-article-path strong { font-size: .82rem; line-height: 1.35; }

/* International trade and Türkiye supply pages */
.trade-page { background: #f7fafc; }
.trade-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 72px;
    background: radial-gradient(circle at 82% 15%, rgba(60, 177, 225, .22), transparent 28%), linear-gradient(125deg, #061b31, #0a3456 55%, #075f85);
    color: #fff;
}
.trade-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -170px;
    bottom: -260px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .015);
}
.trade-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); gap: 58px; align-items: center; }
.trade-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: #9fe1ff; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.trade-hero h1 { max-width: 780px; margin: 0 0 18px; color: #fff; font-size: clamp(2.25rem, 4.5vw, 3.8rem); line-height: 1.06; }
.trade-hero-copy > p { max-width: 760px; color: #d1e4f0; font-size: 1.02rem; line-height: 1.78; }
.trade-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.trade-actions .btn { border-radius: 12px; }
.trade-actions .btn-secondary { background: rgba(255, 255, 255, .09); color: #fff; border-color: rgba(255, 255, 255, .2); }
.trade-hero-card { padding: 27px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 20px; background: rgba(4, 35, 57, .58); backdrop-filter: blur(12px); }
.trade-hero-card > span { display: block; margin-bottom: 14px; color: #7dd8ff; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trade-hero-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.trade-hero-card li { display: flex; gap: 11px; color: #e1eef5; font-size: .86rem; line-height: 1.45; }
.trade-hero-card i { margin-top: 4px; color: #6fd6ff; }
.trade-proof { padding: 0; background: #fff; }
.trade-proof .container { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -26px; position: relative; z-index: 3; overflow: hidden; border: 1px solid #dce7ef; border-radius: 16px; background: #fff; box-shadow: 0 18px 42px rgba(11, 42, 74, .1); }
.trade-proof article { padding: 22px; border-inline-end: 1px solid #e4ecf2; }
.trade-proof article:last-child { border-inline-end: 0; }
.trade-proof strong { display: block; margin-bottom: 4px; color: #143651; font-size: .9rem; }
.trade-proof span { color: #6b7f90; font-size: .75rem; line-height: 1.45; }
.trade-section { padding: 74px 0; }
.trade-section-alt { background: #edf5f9; }
.trade-section-head { max-width: 790px; margin-bottom: 32px; }
.trade-section-head span { display: block; margin-bottom: 9px; color: #0b78ac; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trade-section-head h2 { margin-bottom: 12px; color: #102f4a; font-size: clamp(1.75rem, 3.2vw, 2.45rem); }
.trade-section-head p { color: #617589; line-height: 1.75; }
.trade-step-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trade-step-grid article, .trade-value-grid article { position: relative; padding: 26px; border: 1px solid #d9e5ed; border-radius: 16px; background: #fff; }
.trade-step-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 12px; background: #e8f6fc; color: #087bb0; font-weight: 850; }
.trade-step-grid h3, .trade-value-grid h3 { margin-bottom: 10px; color: #183b56; font-size: 1.05rem; }
.trade-step-grid p, .trade-value-grid p { color: #63778a; font-size: .86rem; line-height: 1.68; }
.trade-document-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 24px; }
.trade-checklist { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.trade-checklist li { display: flex; gap: 12px; padding: 16px 18px; border: 1px solid #d9e5ed; border-radius: 11px; background: #fff; color: #435b70; line-height: 1.55; }
.trade-checklist i { flex: 0 0 auto; margin-top: 4px; color: #0b8bbd; }
.trade-note { padding: 28px; border-radius: 17px; background: linear-gradient(145deg, #0a3151, #0a668e); color: #fff; }
.trade-note h3 { margin-bottom: 12px; color: #fff; }
.trade-note p { color: #d7e9f3; line-height: 1.75; }
.trade-note a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-weight: 750; text-decoration: none; }
.trade-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.trade-value-grid article > i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 12px; background: #e8f6fc; color: #087bb0; }
.trade-country-links { display: flex; flex-wrap: wrap; gap: 9px; }
.trade-country-links a { padding: 10px 13px; border: 1px solid #cfdee8; border-radius: 999px; background: #fff; color: #27516d; font-size: .79rem; font-weight: 700; text-decoration: none; }
.trade-country-links a:hover { border-color: #78c5e4; color: #0876ae; }
.trade-cta { padding: 72px 0; background: #fff; }
.trade-cta-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 42px; border-radius: 22px; background: linear-gradient(125deg, #082844, #09638d); color: #fff; }
.trade-cta-card h2 { margin-bottom: 10px; color: #fff; }
.trade-cta-card p { max-width: 720px; color: #d5e8f3; line-height: 1.7; }

/* Country-page commercial decision layer */
.country-procurement-section { padding: 76px 0; background: #fff; }
.country-procurement-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 28px; align-items: start; }
.country-procurement-copy h2 { margin: 12px 0 15px; color: #102f4a; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.country-procurement-copy > p { color: #607489; line-height: 1.75; }
.country-buyer-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.country-buyer-checklist li { display: flex; gap: 10px; padding: 14px 15px; border: 1px solid #dce7ef; border-radius: 11px; background: #f8fbfd; color: #40586d; font-size: .84rem; line-height: 1.5; }
.country-buyer-checklist i { margin-top: 4px; color: #0a84b7; }
.country-commercial-card { padding: 27px; border: 1px solid #cfe0ea; border-radius: 18px; background: linear-gradient(145deg, #edf7fb, #f9fcfd); }
.country-commercial-card > span { color: #0876ae; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.country-commercial-card h3 { margin: 10px 0 14px; color: #173b55; }
.country-commercial-card ul { display: grid; gap: 10px; margin: 0 0 20px; padding: 0; list-style: none; }
.country-commercial-card li { color: #536b7f; font-size: .84rem; line-height: 1.5; }
.country-commercial-card li::before { content: "✓"; margin-inline-end: 8px; color: #0b8ab9; font-weight: 800; }
.country-commercial-links { display: grid; gap: 8px; }
.country-commercial-links a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border-radius: 9px; background: #fff; color: #145074; font-size: .8rem; font-weight: 750; text-decoration: none; }

/* Project-file upload */
.project-upload-group { margin-top: 2px; }
.project-upload {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 13px;
    align-items: center;
    min-height: 76px;
    padding: 13px 15px;
    border: 1px dashed #aacbdd;
    border-radius: 13px;
    background: #f7fbfd;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.project-upload:hover, .project-upload:focus-within { border-color: #2b95c1; background: #f0f9fd; box-shadow: 0 0 0 4px rgba(14, 132, 185, .07); }
.project-upload > i { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px; background: #e3f3fa; color: #087caf; font-size: 1.05rem; }
.project-upload strong { display: block; color: #193d57; font-size: .86rem; }
.project-upload small { display: block; margin-top: 3px; color: #718497; font-size: .72rem; line-height: 1.35; }
.project-upload em { padding: 8px 11px; border: 1px solid #c9dde8; border-radius: 9px; background: #fff; color: #1a668d; font-size: .72rem; font-style: normal; font-weight: 750; }
.project-upload input[type="file"] { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.project-upload-files { display: grid; gap: 6px; margin-top: 8px; color: #526b7d; font-size: .74rem; }
.project-upload-files span { display: flex; align-items: center; gap: 7px; }

/* Product-page international procurement panel */
.product-procurement-panel { margin-top: 34px; padding: 28px; border: 1px solid #cfe2ec; border-radius: 18px; background: linear-gradient(145deg, #eff8fc, #fff); }
.product-procurement-panel-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; }
.product-procurement-panel span { color: #0a7bad; font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.product-procurement-panel h2 { margin: 8px 0 9px; color: #153a55; font-size: 1.4rem; }
.product-procurement-panel p { color: #607589; line-height: 1.65; }
.product-procurement-panel ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.product-procurement-panel li { padding: 11px 12px; border: 1px solid #d8e6ee; border-radius: 9px; background: #fff; color: #496276; font-size: .77rem; line-height: 1.45; }
.product-market-links { display: grid; gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid #d7e6ee; }
.product-market-links > strong { color: #254c67; font-size: .8rem; }
.product-market-links > div { display: flex; flex-wrap: wrap; gap: 8px; }
.product-market-links a { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 1px solid #cfe0e9; border-radius: 999px; background: #fff; color: #1d5f83; font-size: .75rem; font-weight: 750; text-decoration: none; }
.product-market-links a:hover { border-color: #5fb4d8; background: #f4fbfe; }
.product-market-links a span { color: inherit; font-size: .9rem; letter-spacing: 0; text-transform: none; }

/* Legal clarity for the multi-brand portfolio */
.brand-status-disclosure { padding: 22px 0; border-block: 1px solid #d9e6ed; background: #eef7fb; }
.brand-status-disclosure .container { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 15px; align-items: start; }
.brand-status-disclosure i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #d8eef8; color: #0a78a7; }
.brand-status-disclosure h2 { margin: 0 0 5px; color: #153c58; font-size: .95rem; }
.brand-status-disclosure p { margin: 0; color: #587084; font-size: .78rem; line-height: 1.65; }
.footer-business-identity { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); color: #a9bdcc; font-size: .72rem; line-height: 1.5; }
.footer-business-identity strong { color: #fff; }
.translation-review-notice { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; margin-bottom: 24px; padding: 18px; border: 1px solid #cfe3ee; border-radius: 13px; background: #f2f9fc; color: #506b7f; }
.translation-review-notice > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #dceff7; color: #087dad; }
.translation-review-notice strong { display: block; margin-bottom: 5px; color: #173f5a; }
.translation-review-notice p { margin: 0 0 7px; font-size: .82rem; line-height: 1.55; }
.translation-review-notice a { color: #0876a5; font-size: .78rem; font-weight: 750; text-decoration: none; }

/* Transparent project-reference evidence */
.project-evidence-section { padding: 76px 0; background: #edf5f9; }
.project-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.project-evidence-grid article { padding: 24px; border: 1px solid #d4e3ec; border-radius: 15px; background: #fff; }
.project-evidence-grid i { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 11px; background: #e6f5fb; color: #087daf; }
.project-evidence-grid h3 { margin-bottom: 9px; color: #173b55; font-size: .98rem; }
.project-evidence-grid p { color: #64788b; font-size: .82rem; line-height: 1.65; }
.project-evidence-note { display: flex; gap: 10px; margin: 18px 0 0; padding: 14px 17px; border-radius: 10px; background: #dfeef5; color: #476276; font-size: .8rem; line-height: 1.55; }
.project-evidence-note i { flex: 0 0 auto; margin-top: 3px; color: #0a79a8; }

@media (max-width: 1100px) {
    .commercial-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .trade-step-grid, .trade-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-procurement-panel ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .project-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
    .trade-hero-grid, .trade-document-grid, .country-procurement-grid { grid-template-columns: 1fr; }
    .trade-proof .container { grid-template-columns: repeat(2, 1fr); }
    .trade-proof article:nth-child(2) { border-inline-end: 0; }
    .trade-proof article:nth-child(-n+2) { border-bottom: 1px solid #e4ecf2; }
    .trade-cta-card { grid-template-columns: 1fr; }
    .product-procurement-panel-head { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
    .commercial-guides { padding: 25px 18px; border-radius: 16px; }
    .commercial-guide-grid, .commercial-article-path > div, .trade-step-grid, .trade-value-grid, .country-buyer-checklist, .product-procurement-panel ul { grid-template-columns: 1fr; }
    .commercial-guide-card { min-height: 0; }
    .commercial-article-path { padding: 24px 18px; }
    .trade-hero { padding: 58px 0 54px; }
    .trade-proof .container { grid-template-columns: 1fr; margin-top: -18px; }
    .trade-proof article, .trade-proof article:nth-child(2) { border-inline-end: 0; border-bottom: 1px solid #e4ecf2; }
    .trade-proof article:last-child { border-bottom: 0; }
    .trade-section { padding: 54px 0; }
    .trade-cta-card { padding: 30px 22px; }
    .project-upload { grid-template-columns: 42px minmax(0, 1fr); }
    .project-upload > i { width: 42px; height: 42px; }
    .project-upload em { grid-column: 1 / -1; text-align: center; }
    .project-evidence-grid { grid-template-columns: 1fr; }
}
